* lisp/url/url-http.el (status): Remove, unused.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 Jul 2013 04:06:21 +0000 (00:06 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 Jul 2013 04:06:21 +0000 (00:06 -0400)
commit64da46a339509e08e6d3998a8789e7f2102be7a8
tree3da359821b5af47b2762197aaa0b12599b0da19c
parent275e42b88a9fa9c11e59b19eeefcb9502de87c66
* lisp/url/url-http.el (status): Remove, unused.
(success): Remove var.
(url-http-handle-authentication): Return the value that `success'
should take instead of setting `success' directly.  Don't set `status'
since it's not used.
(url-http-parse-headers): Avoid unneeded setq.
Move the `setq success'.
(url-http): Use pcase.
(url-http-file-exists-p): Simplify.
lisp/url/ChangeLog
lisp/url/url-http.el